home *** CD-ROM | disk | FTP | other *** search
- From: walra%moacs11@nl.net (Waldi Ravens)
- Subject: appl_getinfo()
- Date: Fri, 15 Jul 1994 20:32:40 +0100
- Precedence: bulk
-
- In <UUCP.774219746@mettav>, Mark Baker wrote:
-
- > [appl_getinfo]
- > > I think it's in AES 3.4, and TOS 4.0.
- >
- > I know that, but TAC list appl_getinfo as being only in aes >= 4.0 in lots of
- > places. But it isn't exactly a reliable source anyway :)
-
- Don't rely on an old AES-version not to support appl_getinfo(). The
- correct way to find out if the function is available:
-
- have_appl_getinfo = TRUE;
- if (aesversion < 0x0400 && appl_find("?AGI") != 0)
- have_appl_getinfo = FALSE;
-
-
- Regards,
- Waldi (walra%moacs11@nl.net)
-